--Change attribute of the MU
--Changes the attribute of the MU, when it transfers to the station.
--Change attribute of the MU
--Changes the attribute of the MU, when it transfers to the station
--@ is the MU that triggers the control
is
do
	@.MU_attribute := value;
end;
/*MU_attribute:Enter the attribute of the MU to be changed, when it transfers to the station.
value:Enter the new value of the attribute of the MU.
*/